provider Releases GET
/api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/ @utdk/sentry
/api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/ Retrieve Statuses of Release Thresholds (Alpha)
**`[WARNING]`**: This API is an experimental Alpha feature and is subject to change!
List all derived statuses of releases that fall within the provided start/end datetimes.
Constructs a response key'd off \{`release_version`\}-\{`project_slug`\} that lists thresholds with their status for *specified* projects.
Each returned enriched threshold will contain the full serialized `release_threshold` instance as well as it's derived health statuses.
- organization_id_or_slug path required
- The ID or slug of the organization the resource belongs to.
- string
- start query required
- The start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with `end`.
- string
- end query required
- The inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with `start`.
- string
- environment query
- A list of environment names to filter your results by.
- array
- projectSlug query
- A list of project slugs to filter your results by.
- array
- release query
- A list of release versions to filter your results by.
- array
Try it
Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sentry from '@utdk/sentry';
await sentry.retrieveStatusesOfReleaseThresholdsAlpha()